home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / TEE4C.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-24  |  1.1 KB  |  33 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("tee4C.res");
  5. USEPACKAGE("vcl35.bpi");
  6. USEUNIT("TeeProcs.pas");
  7. USEUNIT("TeeConst.pas");
  8. USEUNIT("TeCanvas.pas");
  9. USEUNIT("TeEngine.pas");
  10. USEUNIT("Chart.pas");
  11. USEUNIT("TeeFunci.pas");
  12. USEUNIT("Series.pas");
  13. USEUNIT("TeeShape.pas");
  14. USEUNIT("GanttCh.pas");
  15. USEUNIT("BubbleCh.pas");
  16. USEUNIT("ArrowCha.pas");
  17. USEFORMNS("TeExport.pas", Teexport, TeeExportForm);
  18. USEFORMNS("Brushdlg.pas", Brushdlg, BrushDialog);
  19. USEFORMNS("Pendlg.pas", Pendlg, PenDialog);
  20. USEFORMNS("TeeAbout.pas", Teeabout, TeeAboutForm);
  21. USEFORMNS("TeePrevi.pas", Teeprevi, ChartPreview);
  22.  
  23. //---------------------------------------------------------------------------
  24. #pragma package(smart_init)
  25. //---------------------------------------------------------------------------
  26. //   Package source.
  27. //---------------------------------------------------------------------------
  28. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  29. {
  30.         return 1;
  31. }
  32. //---------------------------------------------------------------------------
  33.